Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / GenericCellData<T> Class / Value Property


In This Topic
    Value Property (GenericCellData<T>)
    In This Topic
    Gets the cell value.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Value As T
    'Usage
     
    
    Dim instance As GenericCellData(Of T)
    Dim value As T
     
    value = instance.Value
    public T Value {get;}
    See Also